.ys-home .bannerer {
  overflow-x: hidden;
}
.ys-home .bg-gray {
  background-color: #f8f8f8;
}
.ys-home .aboutus {
  background: linear-gradient(to top, #00cafa, #0066ff);
}
.ys-home .aboutus .row1 {
  color: white;
  padding: 30px 0;
}
.ys-home .aboutus .row1 h4 {
  font-size: 12px;
  margin-bottom: 20px;
  font-weight: bold;
}
.ys-home .aboutus .row1 h2 {
  font-size: 24px;
  line-height: 2;
  color: white;
}
.ys-home .aboutus .row1 .txt {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.85);
}
.ys-home .aboutus .row2 .img-wrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ys-home .aboutus .row2 .img-wrap img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}
.ys-home .aboutus .row2 .img-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: top center;
}
.ys-home .aboutus .row2 .img-wrap:hover img {
  transform: scale(1.05);
}
.ys-home .aboutus .row2 .img-wrap:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom center;
}
.ys-home .aboutus .row2 .txt-wrap {
  position: relative;
  background-color: white;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -50px;
  padding: 29px 70px 27px;
  z-index: 3;
}
.ys-home .aboutus .row2 .txt-wrap h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  transition: all 500ms ease;
}
.ys-home .aboutus .row2 .txt-wrap:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #0066FF;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 500ms ease;
}
.ys-home .aboutus .row2 .txt-wrap:hover h5 {
  color: white;
}
.ys-home .aboutus .row2 .txt-wrap:hover:after {
  transform: scaleY(1);
}
.ys-home .sectioner {
  padding: 60px 0;
}
.ys-home .sectioner .section__tit {
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  color: #252525;
  margin: 10px auto 5px;
}
.ys-home .sectioner .section__tit:after {
  content: '';
  display: block;
  width: 304px;
  height: 23px;
  margin: 0 auto;
  background: url(../images/4gtf.png) no-repeat center;
}
.ys-home .sectioner .section__tit-sec {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.ys-home .sectioner .mainer {
  margin: 20px auto;
}
.ys-home .programer {
  background-color: #f8f8f8;
  margin-top: -100px;
  padding-top: 160px;
}
.ys-home .programer .mainer ul {
  position: relative;
  overflow: hidden;
  height: 299px;
}
.ys-home .programer .mainer ul > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ys-home .devicer .mainer {
  margin-top: 30px;
}
.ys-home .devicer .mainer .swiper-container .swiper-wrapper .swiper-slide {
  display: block;
  width: 200px;
  transition-timing-function: linear;
}
.ys-home .devicer .mainer .swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 240px;
}
.ys-home .devicer .mainer .swiper-container .swiper-wrapper .swiper-slide .tit {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
  left: 0;
  font-size: 11px;
  color: #666666;
}
.ys-home .devicer .mainer .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 6px !important;
  width: 9px;
  height: 9px;
  position: relative;
  outline: none;
  vertical-align: middle;
}
.ys-home .devicer .mainer .swiper-pagination-bullet span {
  width: 3px;
  height: 3px;
  background: #CCC;
  display: block;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}
.ys-home .devicer .mainer .swiper-pagination-bullet i {
  background: #000;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 4px;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}
.ys-home .devicer .mainer .swiper-pagination-bullet.swiper-pagination-bullet-active span,
.ys-home .devicer .mainer .swiper-pagination-bullet:hover span {
  width: 9px;
  height: 9px;
  margin-top: 0;
  margin-left: 0;
  background: #000;
  position: relative;
  z-index: 1;
}
.ys-home .devicer .mainer .swiper-pagination-bullet.swiper-pagination-bullet-active i {
  animation: middle 6s;
}
.ys-home .devicer .mainer .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
  animation: first 6s;
}
.ys-home .devicer .mainer .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
  animation: last 6s;
}
@keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0;
  }
  /*091*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }
  /*0915*/
}
@keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  /*1090*/
  20% {
    transform: scaleX(0.3);
    left: 2px;
  }
  /*090*/
  100% {
    transform: scaleX(0.3);
    left: 0;
  }
  /*090*/
}
@keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  /*1091*/
  20% {
    transform: scaleX(0.45);
    left: 2px;
  }
  /*092*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }
  /*0913*/
}
.ys-home .caser .mainer {
  position: relative;
}
.ys-home .caser .mainer .swiper-container .swiper-wrapper .swiper-slide {
  width: 544px;
  height: 408px;
  background: #fff;
  -webkit-box-reflect: below 15px -webkit-linear-gradient(transparent 10%, rgba(255, 255, 255, 0.2));
}
.ys-home .caser .mainer .swiper-container .swiper-wrapper .swiper-slide > img {
  width: 100%;
  height: 100%;
  display: block;
}
.ys-home .advantager {
  background-color: #f8f8f8;
}
.ys-home .advantager .mainer ul li {
  float: left;
  width: 25%;
  margin: 20px 0;
  text-align: center;
}
.ys-home .advantager .mainer ul li span {
  display: block;
  width: 102px;
  height: 102px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 40px;
  transition: 0.4s ease-in-out;
}
.ys-home .advantager .mainer ul li span img {
  width: 100%;
  height: 100%;
}
.ys-home .advantager .mainer ul li h4 {
  font-size: 18px;
  line-height: 25px;
}
.ys-home .advantager .mainer ul li p {
  color: #385064;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  max-width: 180px;
  margin: 8px auto 0;
}
.ys-home .advantager .mainer ul li:hover span {
  transform: translateY(-10px);
}
.ys-home .advantager .mainer ul li:hover h4 {
  color: #0066FF;
  transition: 0.4s;
}
.ys-home .advantager .mainer ul li:hover p {
  color: #0066FF;
  transition: 0.4s;
}
.ys-home .hzhber .mainer ul > li {
  width: 20%;
  float: left;
  padding: 9px 9px 0 0;
}
.ys-home .hzhber .mainer ul > li .item {
  height: 97px;
  border: 1px solid #f0f0f0;
  padding: 0;
  text-align: center;
}
.ys-home .hzhber .mainer ul > li .item > img {
  max-width: 100%;
}
.ys-home .hzhber .mainer ul > li:hover .item > img {
  transform: scale(1.05);
  transition: all 0.4s ease 0s;
}
.ys-home .technologyer {
  position: relative;
  margin-top: -70px;
}
.ys-home .technologyer .tit-wrap {
  position: relative;
  text-align: center;
  z-index: 3;
}
.ys-home .technologyer .tit-wrap h2 {
  font-size: 180px;
  letter-spacing: 8px;
  font-weight: 700;
  background-image: url(../images/tech-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.ys-home .technologyer .shape {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
/*# sourceMappingURL=home.css.map */